net/http.http2responseWriterState.handlerDone (field)
9 uses
net/http (current package)
h2_bundle.go#L6595: handlerDone bool // handler has finished
h2_bundle.go#L6653: if rws.handlerDone {
h2_bundle.go#L6670: if !hasContentLength && clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
h2_bundle.go#L6704: endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
h2_bundle.go#L6724: if len(p) == 0 && !rws.handlerDone {
h2_bundle.go#L6731: endStream := rws.handlerDone && !hasNonemptyTrailers
h2_bundle.go#L6739: if rws.handlerDone && hasNonemptyTrailers {
h2_bundle.go#L6970: endStream: rws.handlerDone && !rws.hasTrailers(),
h2_bundle.go#L7036: rws.handlerDone = true
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)